home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus Special 18 / AMIGAplus Sonderheft 18 (1999)(ICP)(DE)[!].iso / PD / Spiele / InvasionForce / Source / Includes / examine_city_protos.h < prev    next >
C/C++ Source or Header  |  1999-01-08  |  274b  |  19 lines

  1. /* Prototypes for functions defined in
  2. examine_city.c
  3.  */
  4.  
  5. extern char * lv_text[11];
  6.  
  7. extern int high_text;
  8.  
  9. extern int now_text;
  10.  
  11. void draw_listview(void);
  12.  
  13. void update_listview(int new_text);
  14.  
  15. void new_examine_city(struct City * metro);
  16.  
  17. void status_report(int player);
  18.  
  19.